projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0355cb6
)
Fix travis builds
author
Alex Crichton
<alex@alexcrichton.com>
Thu, 10 Jul 2014 20:37:32 +0000
(13:37 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Thu, 10 Jul 2014 20:37:32 +0000
(13:37 -0700)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 2737490790bd0b058844001042e81f143a04d913..4141358efd03cc2a9b19b1531e6cc8229811e438 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-9,8
+9,12
@@
script:
- make install DESTDIR=${PWD}/destdir
env:
- - BITS=32
- - BITS=64
+ global:
+ - LD_LIBRARY_PATH=/usr/local/lib
+ - DYLD_LIBRARY_PATH=/usr/local/lib
+ matrix:
+ - BITS=32
+ - BITS=64
os:
- linux